home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / c / cc_pp / v020 / announce next >
Text File  |  1994-10-30  |  2KB  |  47 lines

  1. February 17, 1994
  2.  
  3.                   ***  ANNOUNCING CC++ V0.2 ***
  4.  
  5.  
  6. Version 0.2 of the Compositional C++ (CC++) compiler is now available.
  7. CC++ consists of a small number of extensions to C++ that enable one
  8. to write parallel and distributed programs in C++.  This version is
  9. still considered an alpha test release.
  10.  
  11. Version 0.2 fixes a number of bugs in the previous version and
  12. includes a number of optimizations as well.
  13.  
  14. The current version of CC++ will run on Suns running SunOS or Solaris
  15. and the IBM RS6000.  The compiler will not currently work with g++, so
  16. you must have a "real" C++ compiler.  On the Suns, this can be Sun's
  17. unbundled C++ compiler, the CenterLine compiler or the cfront based
  18. system from USL (AT&T).  The IBM version requires IBM's xlC compiler.
  19.  
  20. The CC++ runtime system requires a thread library.  If you want to run
  21. under SunOS, you will have to get our modified version of Florida
  22. State Universities' pthreads system.  CC++ will run on Solaris 2.2 (or
  23. higher) using Suns provided threads library.
  24.  
  25. If you want to use an RS6000, you will need to get a version of DCE
  26. Threads from IBM.  This package costs about $99.
  27.  
  28. The current system runs on top of PVM.  If you don't already have it, there
  29. is a copy in the FTP directory.
  30.  
  31. The CC++ Alpha release can be obtained via anonymous FTP on cs.caltech.edu 
  32. in directory comp/CC++.  See the README files for information about what you
  33. need to FTP in order to run the system.
  34.  
  35. This directory also contains a Docs directory.  You can find the CC++ language
  36. tutorial and other documents relaited to cc++ in this directory.
  37.  
  38. There are two mailing lists for cc++:
  39.  
  40. cc++-bugs@cs.caltech.edu        Send bug reports here.
  41. cc++@cs.caltech.edu             A mail relay for cc++ discussions
  42. cc++-requests@cs.caltech.edu    Where to send request for getting on the cc++
  43.                                 mailing list.
  44.  
  45. Please let us know if you experience any problems.  We will keep you posted
  46. on known bugs and new releases.  
  47.